Package-level declarations

Contains the Mapbox Location layer component.

Types

Link copied to clipboard
interface CompassEngine
Interface defining the source of compass heading data that is consumed by the LocationComponent when in compass related RenderMode or CameraModes.
Link copied to clipboard
interface CompassListener
Callbacks related to the compass
Link copied to clipboard
The Location Component provides location awareness to your mobile application.
Link copied to clipboard
A class which holds the various options for activating the Maps SDK's LocationComponent to eventually show the device location on the map.
Link copied to clipboard
Contains all the constants being used for the LocationComponent.
Link copied to clipboard
This class exposes options for the Location Component.
Link copied to clipboard
Listener that gets invoked when camera tracking state changes.
Link copied to clipboard
Callback for CameraMode transition state.
Link copied to clipboard
The Location Component exposes an API for listening to when the user clicks on the location layer icon visible on the map.
Link copied to clipboard
The Location Component exposes an API for listening to when the user long clicks on the location layer icon visible on the map.
Link copied to clipboard
Listener that can be added as a callback when the last location update is considered stale.
Link copied to clipboard
Listener that gets invoked when layer render mode changes.
Link copied to clipboard
open class PulsingLocationCircleAnimator : MapboxFloatAnimator
Manages the logic of the interpolated animation which is applied to the LocationComponent's pulsing circle
Link copied to clipboard
class Utils